home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / ams__l~1.zoo / readme
Encoding:
Text File  |  1993-10-12  |  1.3 KB  |  30 lines

  1. -----------------------------------------------------------------------------
  2.  
  3.                    AMS - Atari Machine Specific C++ Library
  4.  
  5.                                 Version 0.8
  6.                               October 12, 1993
  7.  
  8.                    by Warwick Allison (warwick@cs.uq.oz.au)
  9.  
  10. -----------------------------------------------------------------------------
  11.  
  12. WARNING:  Falcon resolutions are not correctly supported.  If you have a
  13.           Falcon and knowledge of the Vsetmode, etc. XBIOS calls, please
  14.           get this working and forward fixes to the author.  The code
  15.           dealing with this is all in "src/resoluti.cc" - there is code
  16.           there already, but it doesn't work due to my limited knowledge
  17.           of the Falcon OS (and no testing ability!)
  18.  
  19.  
  20. This library is intended for use in programs that CANNOT be written using
  21. simply AES/VDI.  Remember that anything you write with AMS will only work
  22. on hardware which AMS supports.  Of course, that is better than writing
  23. machine-dependent code directly (since someone else may implement AMS
  24. routines for alternative hardware).
  25.  
  26. If you want to write GEM (AES/VDI) applications, I suggest you use GEM++,
  27. my C++ GEM class library.
  28.  
  29. -----------------------------------------------------------------------------
  30.